home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
VD08SMP.ZIP
/
usr
/
samples
/
cont1
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-02-13
|
177 b
|
10 lines
all: cont1.exe
cont1.exe: cont1.m
gcc -O2 -o cont1.exe cont1.m -lobjcpm -lobjcutil -lobjc -s
emxbind -ep cont1.exe
emxbind -s cont1.exe
clean:
rm -f cont1.exe *~